Fix an infinite loop in gtk_dialog_map()
authorMatthias Clasen <mclasen@redhat.com>
Mon, 8 Mar 2010 15:36:11 +0000 (10:36 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 8 Mar 2010 15:36:11 +0000 (10:36 -0500)
commit87f48634f45ac6de1959971dd5dee99a59bbad8c
treeadb864c92bd56927a2a32e8dd3cd2137ad01a37e
parente629a9c7a85e028eb153cf9e25679a751f156d67
Fix an infinite loop in gtk_dialog_map()

The new focus handling with links in labels tripped up the code
that tries to avoid focussing labels. Bug 612066
gtk/gtkdialog.c